Click or drag to resize

MessageFlag Enumeration

Contains a value that indicates the origin and current state of a message.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum MessageFlag
Members
  Member nameValueDescription
Associated0 The message is an associated message of a folder. The client or provider has read-only access to this flag. The Read flag is ignored for associated messages, which do not retain a read/unread state.
FromMe1 The messaging user sending was the messaging user receiving the message. This flag is meant to be set by the transport provider.
HasAttachment2 The message has at least one attachment. The client has read-only access to this flag.
NonReadReportPending3 A nonread report needs to be sent for the message. The client or provider has read-only access to this flag.
OriginInternet4 The incoming message arrived over the Internet. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access.
OriginMiscExternal5 The incoming message arrived over an external link other than X.400 or the Internet. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access.
OriginX4006 The incoming message arrived over an X.400 link. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access.
Read7 The message is marked as having been read. This flag is ignored if the Associated flag is set.
Resend8 The message includes a request for a resend operation with a non-delivery report.
ReadReportPending9 A read report needs to be sent for the message. The client or provider has read-only access to this flag.
Submit10 The message is marked for sending. Message store providers set this flag; the client has read-only access.
Unmodified11 The outgoing message has not been modified since the first time that it was saved; the incoming message has not been modified since it was delivered.
Unsent12 The message is still being composed. It is saved, but has not been sent. Typically, this flag is cleared after the message is sent.
See Also